home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / dev / c / AmiVoGL_MDEV.lha / readme.tc < prev    next >
Text File  |  1991-07-18  |  612b  |  15 lines

  1. TurboC users should note that TurboC defines a "poly" routine in "math.h"
  2. and that this sometimes conficts with our definition of "poly" in "vogle.h"
  3.  
  4. To Build everything using TurboC and TurboC++ (and TASM)
  5.  
  6.     Go to the top level VOGL directory and type "buildtc"
  7.  
  8. To use Borland C++ then you will have to edit all the makefile.tc
  9. in the src, examples and hershey/src directories and change "tcc" to "bcc"
  10.  
  11. Please note that VOGL isn't strictly ANSI C so you will get the odd little
  12. warning messages about functions like main not returning values (we have to
  13. use exit on some other platforms). Just ignore them.
  14.  
  15.